继承自 FoxitPDFSDKPython3._object .
|
|
| is_available = _fsdk.SearchIndexConfig_is_available |
| | 指定搜索索引是否可用于选择和搜索。true 表示 索引可用,false 表示不可用。
|
| |
|
| is_selected = _fsdk.SearchIndexConfig_is_selected |
| | 指定搜索索引是否参与搜索。true 表示 作为查询的一部分搜索索引,false 表示不搜索。
|
| |
|
| name = _fsdk.SearchIndexConfig_name |
| | 搜索索引的名称。
|
| |
|
| path = _fsdk.SearchIndexConfig_path |
| | 搜索索引的路径。
|
| |
◆ SearchIndexConfig() [1/2]
| def FoxitPDFSDKPython3.SearchIndexConfig.SearchIndexConfig |
( |
|
name, |
|
|
|
is_available, |
|
|
|
path, |
|
|
|
is_selected |
|
) |
| |
构造函数,带参数。
- 参数
-
| [in] | name | 搜索索引的名称。 |
| [in] | is_available | 指定搜索索引是否可用于选择和搜索。 |
| [in] | path | 搜索索引的路径。 |
| [in] | is_selected | 指定搜索索引是否参与搜索。 |
◆ SearchIndexConfig() [2/2]
| def FoxitPDFSDKPython3.SearchIndexConfig.SearchIndexConfig |
( |
|
search_index_config | ) |
|
构造函数,使用另一个搜索索引配置对象。
- 参数
-
| [in] | search_index_config | 另一个搜索索引配置对象。 |
◆ Set()
| def FoxitPDFSDKPython3.SearchIndexConfig.Set |
( |
|
name, |
|
|
|
is_available, |
|
|
|
path, |
|
|
|
is_selected |
|
) |
| |
设置值。
- 参数
-
| [in] | name | 搜索索引的名称。 |
| [in] | is_available | 指定搜索索引是否可用于选择和搜索。 |
| [in] | path | 搜索索引的路径。 |
| [in] | is_selected | 指定搜索索引是否参与搜索。 |
- 返回
- 无。